<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* 印刷用 */
@import url("inside_base.css") print;

/* 641px 以上 */
@import url("inside_base.css") screen and (min-width: 641px);

/* 640px まで */
@import url("inside_640.css") screen and (max-width: 640px);</pre></body></html>